home *** CD-ROM | disk | FTP | other *** search
-
- What is ELF?
- -----------------------------------------------------------------------
-
- The Extended Lisp Function Library [ELF] is a library of commands and
- functions contained in a single EXP file designed to enhance AutoCAD.
- The ELF library provides the AutoLISP programmer with 17 utility and
- file management commands, and with over 190 additional functions for
- AutoLISP. ELF is designed to operate with AutoCAD 386 on IBM PC and
- compatible computers under the MS/PC-DOS operating system.
-
- How to Get Started Quickly:
- ---------------------------
-
- 1) Create a new subdirectory on your hard drive and log to that directory:
-
- MD \ELF
- CD \ELF
-
- 2) Copy (or extract) the program files to that directory.
- 3) Modify your AUTOEXEC.BAT or ACAD386.BAT file and add the ELF directory
- to the ACAD envirnment variable.
-
- SET ACAD=C:\ACAD\SUPPORT;C:\ELF
- |^^^^^^^|
- |add this| (assumes C: drive)
- 4) Start AutoCAD
- 5) Load ELF
-
- (xload"ELF")
-
- or load one the demo programs
-
- (load"DEMO")
- or
- (load"NOTEPAD")
- or
- (load"ETABLES")
- or
- (load"TEMPLATE")
-
- 6) Enter "ELF" at any time from the AutoCAD Command: prompt for a list
- of ELF functions and commands.
-
- How to Create a Reference Manual:
- ---------------------------------
-
- COPY ELF.DOC PRN
-
- How to Obtain Technical Support:
- --------------------------------
-
- All users can obtain Technical Support either by U.S. mail or CompuServe
- Email (70717,3564). We will try our best to fully support unregistered
- users during their evaluation period, but we will give priority to
- registered users, if necessary. Registered users become eligible to
- receive free, unlimited Technical Support.
-
- Mountain Software
- 1579 Nottingham Road
- Charleston, WV
- 25314-2453 USA
-
-